[Previous] [Next] [Index] [Thread]

Re: how do I keep a browser from caching files



Will Day wrote:
> Would this work:
>         <HEAD>
>         <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
>         </HEAD

  That should work with Netscape Navigator.  It will prevent the
document from ever being written to the Disk Cache.  You can also
just send the "Pragma: no-cache" header as part of the HTTP response
with the document.

	--Jeff

-- 
Jeff Weinstein - Electronic Munitions Specialist
Netscape Communication Corporation
jsw@netscape.com - http://home.netscape.com/people/jsw
Any opinions expressed above are mine.


References: